encoding/xml.printer.WriteByte (method, view implemented interface methods)

13 uses

	encoding/xml (current package)
		marshal.go#L249: 			p.WriteByte(' ')
		marshal.go#L730: 	p.WriteByte('<')
		marshal.go#L736: 		p.WriteByte('"')
		marshal.go#L745: 		p.WriteByte(' ')
		marshal.go#L748: 			p.WriteByte(':')
		marshal.go#L753: 		p.WriteByte('"')
		marshal.go#L755: 	p.WriteByte('>')
		marshal.go#L775: 	p.WriteByte('<')
		marshal.go#L776: 	p.WriteByte('/')
		marshal.go#L778: 	p.WriteByte('>')
		marshal.go#L952: 				p.WriteByte(' ')
		marshal.go#L1012: func (p *printer) WriteByte(c byte) error {
		marshal.go#L1058: 		p.WriteByte('\n')